Class name:
RGB
Abstract:
Draw Oval in whole client area.
Parameter Name:
SEQUENCE
Parameter Value: Color sequence to be used for changing
colors of the oval
Colors are coded as following:
Example1:
<APPLET code="RGB.class" width=30 height=30> <param name=sequence value="RGB"> </APPLET>
Example2:
<APPLET code="RGB.class" width=60 height=30> <param name=sequence value="KW"> </APPLET>